home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / picture / picture2.frm < prev   
Text File  |  1995-05-08  |  2KB  |  62 lines

  1. VERSION 2.00
  2. Begin Form Form2 
  3.    BackColor       =   &H00FFFFC0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "About Quick View"
  6.    ClientHeight    =   2145
  7.    ClientLeft      =   2790
  8.    ClientTop       =   1680
  9.    ClientWidth     =   4035
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    Height          =   2550
  13.    Left            =   2730
  14.    LinkTopic       =   "Form2"
  15.    MaxButton       =   0   'False
  16.    MinButton       =   0   'False
  17.    ScaleHeight     =   2145
  18.    ScaleWidth      =   4035
  19.    Top             =   1335
  20.    Width           =   4155
  21.    Begin CommandButton Command1 
  22.       Caption         =   "OK"
  23.       Height          =   495
  24.       Left            =   1200
  25.       TabIndex        =   2
  26.       Top             =   1560
  27.       Width           =   1815
  28.    End
  29.    Begin Frame Frame1 
  30.       BackColor       =   &H00FFFFC0&
  31.       Caption         =   "Quick View"
  32.       Height          =   1335
  33.       Left            =   120
  34.       TabIndex        =   0
  35.       Top             =   120
  36.       Width           =   3855
  37.       Begin Label Label1 
  38.          BackColor       =   &H00FFFFC0&
  39.          Caption         =   "Quick View                                           Version 1.0 (Shareware Version)                      By : Bobby Lauritson"
  40.          FontBold        =   0   'False
  41.          FontItalic      =   0   'False
  42.          FontName        =   "Symbol B"
  43.          FontSize        =   12
  44.          FontStrikethru  =   0   'False
  45.          FontUnderline   =   0   'False
  46.          ForeColor       =   &H000000FF&
  47.          Height          =   975
  48.          Left            =   120
  49.          TabIndex        =   1
  50.          Top             =   240
  51.          Width           =   3615
  52.          WordWrap        =   -1  'True
  53.       End
  54.    End
  55. End
  56. Sub Command1_Click ()
  57.     'This is the Author :Bob Lauritson
  58.     'and the version number
  59.     Unload Form2
  60. End Sub
  61.  
  62.